Generates code for the specified iteration statement 為指定的迭代語(yǔ)句生成代碼。
The following keywords are used in iteration statements 迭代語(yǔ)句中使用下列關(guān)鍵字:
You can create loops by using the iteration statements 通過(guò)使用迭代語(yǔ)句可以創(chuàng)建循環(huán)。
It ' s not a jump but rather a way to break out of an iteration statement 它并不屬于一次跳轉(zhuǎn),而是中斷循環(huán)語(yǔ)句的一種方法。
Statement passes control to the next iteration of the enclosing iteration statement in which it appears 語(yǔ)句將控制權(quán)傳遞給它所在的封閉迭代語(yǔ)句的下一次迭代。
Iteration statements cause embedded statements to be executed a number of times , subject to the loop - termination criteria 迭代語(yǔ)句導(dǎo)致嵌入語(yǔ)句根據(jù)循環(huán)終止條件多次執(zhí)行。